Gets an array of users objects that satisfy the filter criteria specified in the request body.
The request body is of type object.
Overview
 |
 |
 |
UserID : string
provides a wild card string to filter users by their UserID.
|
 |
RoleID : string
provides a wild card string to filter users by their RoleID.
| |
 |
limit : integer
|
 |
skip : integer
| |
The response body is of type UsersGetResponse.
The collection of users that satisfy the query.
Overview
 |
UsersGetResponse
The results of the users get query.
 |
Users : Array[CimUser]
An array of the users that satify the query criteria.
 |
Enable : boolean
set it to true to enable the user.
|
 |
PasswordExpiresInDays : number
password expires in number of configured days.
|
 |
Password : string
Password for the user.
|
 |
Resources : Array[string]
An array of resources that mapped to the user.
|
 |
RoleID : string
The Id of role.
|
 |
UserID : string
The Id of user.
|
 |
UserName : string
The name of user.
| | |